From ed60a28e08a303a4f9ae35ff941820eaf459a31c Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Fri, 15 May 2015 16:17:41 +0100 Subject: [PATCH] xen/arm: gic: Typo in comment in gic_remove_irq_from_guest Signed-off-by: Julien Grall Acked-by: Ian Campbell --- xen/arch/arm/gic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/arm/gic.c b/xen/arch/arm/gic.c index f023e4f7b8..125298cf01 100644 --- a/xen/arch/arm/gic.c +++ b/xen/arch/arm/gic.c @@ -182,7 +182,7 @@ int gic_remove_irq_from_guest(struct domain *d, unsigned int virq, { desc->handler->shutdown(desc); - /* EOI the IRQ it it has not been done by the guest */ + /* EOI the IRQ if it has not been done by the guest */ if ( test_bit(_IRQ_INPROGRESS, &desc->status) ) gic_hw_ops->deactivate_irq(desc); clear_bit(_IRQ_INPROGRESS, &desc->status); -- 2.30.2